home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AvisynthPlugins / eDeen.xml < prev    next >
Extensible Markup Language  |  2004-06-09  |  2KB  |  51 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="eDeen">
  4.   <description />
  5.   <filters>
  6.     <filter name="eDeen" category="" helpfile="" type="">
  7.       <description />
  8.       <colorspaces/>
  9.       <parameters>
  10.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="False" paramList="False">
  11.           <description />
  12.           <items />
  13.         </parameter>
  14.         <parameter name="radius" type="int" default="7" max="20" min="0" step="0" optional="False" paramList="False">
  15.           <description>Radius. 7 = (virtual) area of 15x15. (max : 20)</description>
  16.           <items />
  17.         </parameter>
  18.         <parameter name="treshs_Y" type="int" default="14" max="255" min="0" step="0" optional="False" paramList="False">
  19.           <description>threshold the bigger the stronger. ( max : 255 )</description>
  20.           <items />
  21.         </parameter>
  22.         <parameter name="treshs_UV" type="int" default="21" max="255" min="0" step="0" optional="False" paramList="False">
  23.           <description>threshold the bigger the stronger. ( max : 255 )</description>
  24.           <items />
  25.         </parameter>
  26.         <parameter name="lowratio_Y" type="int" default="2" max="0" min="0" step="0" optional="False" paramList="False">
  27.           <description>calm big thresholds with big radius, 
  28. to allow a very powerfull filtering without too much artefacts 
  29.  
  30. (max : thresh/radius)</description>
  31.           <items />
  32.         </parameter>
  33.         <parameter name="lowratio_UV" type="int" default="3" max="0" min="0" step="0" optional="False" paramList="False">
  34.           <description>calm big thresholds with big radius, 
  35. to allow a very powerfull filtering without too much artefacts 
  36.  
  37. (max : thresh/radius)</description>
  38.           <items />
  39.         </parameter>
  40.         <parameter name="hqf" type="bool" default="false" max="0" min="0" step="0" optional="False" paramList="False">
  41.           <description>High-Quality Chroma filtering.
  42. ahhh, another cool stuff . you can notice it, even
  43.  with defaults parameters, especially on anime/cartoon content.
  44. desactivate if you want speed or if you don't filtre like a 
  45. beast chroma</description>
  46.           <items />
  47.         </parameter>
  48.       </parameters>
  49.     </filter>
  50.   </filters>
  51. </plugin>